home *** CD-ROM | disk | FTP | other *** search
- LockMgr = {
- ACTIONS = {
- ok:;
- changeSetting:;
- revert:;
- };
- OUTLETS = {
- idleSlider;
- idleField;
- screenLock;
- revertButton;
- requirePasswordSwitch;
- okButton;
- prefsPanel;
- autoLockSwitch;
- };
- SUPERCLASS = Object;
- };
- SignalMgr = {
- OUTLETS = {
- objectList;
- };
- SUPERCLASS = Object;
- };
- InfoMgr = {
- ACTIONS = {
- windowWillClose:;
- openInfo:;
- };
- OUTLETS = {
- infoPanel;
- staticSound;
- infoIcon;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ScreenLock = {
- ACTIONS = {
- unlock:;
- lock:;
- };
- OUTLETS = {
- waitWindow;
- lockMgr;
- lockOption;
- hideOption;
- quitOption;
- };
- SUPERCLASS = Responder;
- };
-